home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / MacInterface / notification.dcl < prev    next >
Encoding:
Modula Definition  |  1994-06-24  |  177 b   |  9 lines  |  [TEXT/3PRM]

  1. definition module notification;
  2.  
  3. import mac_types;
  4.  
  5. ::    NMRecPtr :== Int;
  6.  
  7. NMInstall :: !NMRecPtr !Toolbox -> (!Int,!Toolbox);
  8. NMRemove :: !NMRecPtr !Toolbox -> (!Int,!Toolbox);
  9.